From 27a54181f5599b5fc72552d97dddb9b3e0fbd41e Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Tue, 9 May 2006 11:29:34 -0600 Subject: [PATCH] [IA64] linux: xen-mkbuildtree-pre more cleanup more clean up on ia64 xen-mkbuildtree-pre. Signed-off-by: Isaku Yamahata --- linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre b/linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre index 63abd7211a..766d72cdc2 100755 --- a/linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre +++ b/linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre @@ -7,20 +7,6 @@ # to have been deleted). I don't know how to avoid this right now, # but if someone has a better way, I'm all ears -function try_to_mv() { - if [ ! -e $2 ] - then - mv $1 $2 - fi -} - -try_to_mv mm/Kconfig mm/Kconfig.xen-x86 - -# need to grab a couple of xen-modified files for generic_page_range and -# typedef pte_fn_t which are used by driver/xen blkif -#ln -sf ../mm.xen-x86/memory.c mm/ -#ln -sf ../linux.xen-x86/mm.h include/linux/ - #eventually asm-xsi-offsets needs to be part of hypervisor.h/hypercall.h ln -sf ../../../../xen/include/asm-ia64/asm-xsi-offsets.h include/asm-ia64/xen/ -- 2.30.2